filechooserwidget: Remove unused constants
authorTimm Bäder <mail@baedert.org>
Wed, 19 Feb 2020 06:35:29 +0000 (07:35 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 20 Feb 2020 09:23:09 +0000 (10:23 +0100)
gtk/gtkfilechooserwidget.c

index 0b960d9c33020943272326fe8a26da40a7fdde96..779ae6d5ce9a0e29f990dd9d96f7db01365b9bde 100644 (file)
@@ -458,10 +458,6 @@ enum {
 
 #define ICON_SIZE 16
 
-#define PREVIEW_HBOX_SPACING 12
-#define NUM_LINES 45
-#define NUM_CHARS 60
-
 static void gtk_file_chooser_widget_iface_init       (GtkFileChooserIface        *iface);
 static void gtk_file_chooser_embed_default_iface_init (GtkFileChooserEmbedIface   *iface);